iHUD.SetPrompt


Set both HUD prompt lines.
prototype iHUD.SetPrompt( string first_prompt, string second_prompt );

Parameters:
first_prompt : The first text key to display.
second_prompt
: The first text key to display.

Return value:
None

  Notes:
The prompts are not added to the log.
To clear a prompt line, set it to the empty string "".
There is no time-out on prompts - the script must clear them.
Be sure to check your message lengths to make sure they don't go off the visible edges of the screen in lower resolution modes, as the messages will not word wrap.

See also:
iHUD.Print